home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global theVCRButtons, theGauge
- mCancelPlay(theVCRButtons)
- mCancelFastFwd(theVCRButtons)
- mDragLevel(theGauge)
- end
-
- on mouseUp
- global Plane, theGauge
- mReleaseDrag(theGauge)
- set toStep to mGetCurrentLevel(theGauge)
- go(label("P" & string(Plane) & "S" & string(toStep)))
- end
-